home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 583 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.mel.aone.net.au!usenet
  2. From: clyde@hitech.com.au (Clyde Smith-Stubbs)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Free Pacific C problem
  5. Date: Sun, 07 Jan 1996 12:54:50 GMT
  6. Organization: HI-TECH Software
  7. Message-ID: <30efc125.166044288@news.bne.aone.net.au>
  8. References: <4cm906$l8v@news.sas.ab.ca>
  9. Reply-To: clyde@hitech.com.au
  10. NNTP-Posting-Host: skyhawk.hitech.com.au
  11. X-Newsreader: Forte Agent .99c/16.141
  12.  
  13. On 6 Jan 1996 16:45:58 GMT, grantb@fn1.freenet.edmonton.ab.ca ()
  14. wrote:
  15.  
  16. >Firat off, I'd like to say that the Pacific C package is a nice little 
  17. >integrated environment for doing software for DOS (especially since the 
  18. >evaluation cost id nothing!). 
  19.  
  20. >Well, I'm turning ON the debug info flag and I don't see any explicit 
  21. >command from within the debugger to load said source, so I'm stumped!
  22.  
  23. Did you re-make after turning on the debug info option? If not, then
  24. your object file will still have no source level info. If you make
  25. sure the Options/Source level debug info flag is on (has a little
  26. diamond next to it in the menu) and do a Make/Re-make, then select
  27. Run/Debug program.exe you will get source info in the debugger. Try
  28. the 'e' command, e.g.
  29.  
  30. e main
  31.  
  32. will display source for main, or the 'u' command, e.g.
  33.  
  34. u main
  35.  
  36. will disassemble main() with interspersed source code. It really is
  37. that simple! I just went and tried a sample program, to double-check
  38. that there were no snafus. It all works fine!
  39.  
  40.  
  41. ----
  42.  Clyde Smith-Stubbs       | HI-TECH Software,       | Voice: +61 7 3300 5011
  43.  clyde@hitech.com.au      | P.O. Box 103, Alderley, | Fax:   +61 7 3300 5246
  44. http://www.hitech.com.au  | QLD, 4051, AUSTRALIA.   | BBS:   +61 7 3300 5235
  45. ----------------------------------------------------------------------------
  46. FREE! Download our shareware (FREE for noncommercial use) MS-DOS C Compiler!
  47.              Point your Web browser at http://www.hitech.com.au/
  48.